home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: …oking for Today - Chicken / Image.iso / pc / main.dxr / 00653_ A-Z.ls < prev    next >
Encoding:
Text File  |  1995-11-20  |  250 b   |  16 lines

  1. on mouseDown
  2.   global gVegiButton5
  3.   down(gVegiButton5)
  4. end
  5.  
  6. on mouseUp
  7.   global gVegiButton5
  8.   if up(gVegiButton5) then
  9.     if the machineType = 256 then
  10.       resetScroll("Vegi A-ZPC")
  11.     else
  12.       resetScroll("Vegi A-Z")
  13.     end if
  14.   end if
  15. end
  16.